home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
clesson
/
c.dir
/
00134_Bitmap_134
(
.png
)
< prev
next >
Bitmap Image
|
1995-04-05
|
120KB
|
311x381
|
1-bit (2 colors)
Labels
:
text
|
font
|
screenshot
OCR:
float minimum(float x, float y) if (x<y) return x; else return y; float maximum(float x, float y) 3 if (x>y) return x; else return y;